hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
HipRendererConfig
hip
config
renderer
Undocumented in source.
pragma(
LDC_no_typeinfo
)
struct
HipRendererConfig {
ubyte
multisamplingLevel
;
ubyte
bufferingCount
;
bool
isMatrixRowMajor
;
bool
fullscreen
;
bool
vsync
;
}
Members
Variables
bufferingCount
ubyte
bufferingCount
;
Single/Double/Triple buffering
fullscreen
bool
fullscreen
;
Undocumented in source.
isMatrixRowMajor
bool
isMatrixRowMajor
;
Undocumented in source.
multisamplingLevel
ubyte
multisamplingLevel
;
Use level 0 for pixel art games
vsync
bool
vsync
;
Undocumented in source.
Meta
Source
See Implementation
hip
config
renderer
manifest constants
DefaultMaxGeometryBatchVertices
DefaultMaxSpritesPerBatch
GLMaxOneBoundTexture
GLMaxVertexAttributes
GLShouldDisableVertexAttrib
HasDirect3D
HasMetal
HasOpenGL
UseDelayedUnbinding
UseGLES
structs
HipRendererConfig